projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8de00c
)
cmd: ubifs: Remove select for non-existent option
author
Chris Packham
<
[email protected]
>
Sat, 13 Apr 2019 09:13:56 +0000
(21:13 +1200)
committer
Tom Rini
<
[email protected]
>
Fri, 10 May 2019 11:18:13 +0000
(07:18 -0400)
There is no 'config CRC32', remove the select that was attempting to use
it.
Reported-by: Robert P. J. Day <
[email protected]
>
Signed-off-by: Chris Packham <
[email protected]
>
Reviewed-by: Heiko Schocher <
[email protected]
>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index 4e11e0f404c88b8f357491d03b00e7e6d776156c..fd1beb0684961d300e97c9cb571a2db154f64fb3 100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-1933,7
+1933,6
@@
endmenu
config CMD_UBI
tristate "Enable UBI - Unsorted block images commands"
- select CRC32
select MTD_UBI
help
UBI is a software layer above MTD layer which admits use of LVM-like
@@
-1949,7
+1948,6
@@
config CMD_UBIFS
tristate "Enable UBIFS - Unsorted block images filesystem commands"
depends on CMD_UBI
default y if CMD_UBI
- select CRC32
select LZO
help
UBIFS is a file system for flash devices which works on top of UBI.